<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{padding: 0; margin: 0; box-sizing: border-box;}
html, body{width: 100vw; overflow-x: hidden; font-family: system-ui, Arial, Helvetica, sans-serif, 'Microsoft Yahei', 'å¾®è½¯é›…é»‘';}
input, select, textarea{font-size: inherit; background: unset;}
a{text-decoration: none; display: block; color: inherit; font-size: inherit; transition: 0.5s;}
hr{display: block; width: 100%; height: 2px; background: #ccc; border: none;}
ul, ol{list-style: none;}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
fieldset, img,input,button { border:none; padding:0; margin:0; outline-style:none; }
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {color: var(--placeholder-color, #888);}
textarea{resize:none; overflow: auto; border: none;}
select{border: none; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none;}
select::-ms-expand { display: none; }
select:focus{outline: none;}
pre{white-space:pre-wrap;	white-space:-moz-pre-wrap; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word; font-family: unset;}
i,em{font-style:normal;}
/*æµè§ˆå™¨æ»šåŠ¨æ¡*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display: none;}
::-webkit-scrollbar-track:vertical{background-color: #000;}
::-webkit-scrollbar-track-piece{background:#E3E3E3;}
::-webkit-scrollbar-thumb:vertical{background-color:#555; border-radius:30px;}
::-webkit-scrollbar-thumb:vertical:hover{background-color: #000;}
::-webkit-scrollbar-corner:vertical{background-color: #333;}
::-webkit-scrollbar-resizer:vertical{background-color: #333;}
</pre></body></html>